<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20J_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20J_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20J_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20J_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20J_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20J_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20J_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | J - 3 Perodo - 29/10/2012 - 17/01/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="3" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="43" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96452" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="3 Perodo - 29/10/2012 - 17/01/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;382415&nbsp;ADRIELLY DE CASTRO FURTADO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="382415" type="hidden"></td>
            
            <td id="colunaNotaAluno_382415_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_154" id="ci_AlunoAvaliacao_382415_154" value="100114655" type="hidden">
                <input name="nr_Nota_382415_154" id="nr_Nota_382415_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_160" id="ci_AlunoAvaliacao_382415_160" value="99818230" type="hidden">
                <input name="nr_Nota_382415_160" id="nr_Nota_382415_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_530" id="ci_AlunoAvaliacao_382415_530" value="99662005" type="hidden">
                <input name="nr_Nota_382415_530" id="nr_Nota_382415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_780" id="ci_AlunoAvaliacao_382415_780" value="99257308" type="hidden">
                <input name="nr_Nota_382415_780" id="nr_Nota_382415_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_800" id="ci_AlunoAvaliacao_382415_800" value="99934308" type="hidden">
                <input name="nr_Nota_382415_800" id="nr_Nota_382415_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_890" id="ci_AlunoAvaliacao_382415_890" value="99443906" type="hidden">
                <input name="nr_Nota_382415_890" id="nr_Nota_382415_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_970" id="ci_AlunoAvaliacao_382415_970" value="99258322" type="hidden">
                <input name="nr_Nota_382415_970" id="nr_Nota_382415_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_3330" id="ci_AlunoAvaliacao_382415_3330" value="99933978" type="hidden">
                <input name="nr_Nota_382415_3330" id="nr_Nota_382415_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1130" id="ci_AlunoAvaliacao_382415_1130" value="99444459" type="hidden">
                <input name="nr_Nota_382415_1130" id="nr_Nota_382415_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1140" id="ci_AlunoAvaliacao_382415_1140" value="100115795" type="hidden">
                <input name="nr_Nota_382415_1140" id="nr_Nota_382415_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1200" id="ci_AlunoAvaliacao_382415_1200" value="99817395" type="hidden">
                <input name="nr_Nota_382415_1200" id="nr_Nota_382415_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1620" id="ci_AlunoAvaliacao_382415_1620" value="99818507" type="hidden">
                <input name="nr_Nota_382415_1620" id="nr_Nota_382415_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1730" id="ci_AlunoAvaliacao_382415_1730" value="99259131" type="hidden">
                <input name="nr_Nota_382415_1730" id="nr_Nota_382415_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1703721&nbsp;ADRIELLY RIBEIRO SOUSA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1703721" type="hidden"></td>
            
            <td id="colunaNotaAluno_1703721_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_154" id="ci_AlunoAvaliacao_1703721_154" value="100114656" type="hidden">
                <input name="nr_Nota_1703721_154" id="nr_Nota_1703721_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_160" id="ci_AlunoAvaliacao_1703721_160" value="99818231" type="hidden">
                <input name="nr_Nota_1703721_160" id="nr_Nota_1703721_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_530" id="ci_AlunoAvaliacao_1703721_530" value="99662006" type="hidden">
                <input name="nr_Nota_1703721_530" id="nr_Nota_1703721_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_780" id="ci_AlunoAvaliacao_1703721_780" value="99257309" type="hidden">
                <input name="nr_Nota_1703721_780" id="nr_Nota_1703721_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_800" id="ci_AlunoAvaliacao_1703721_800" value="99934309" type="hidden">
                <input name="nr_Nota_1703721_800" id="nr_Nota_1703721_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_890" id="ci_AlunoAvaliacao_1703721_890" value="99443907" type="hidden">
                <input name="nr_Nota_1703721_890" id="nr_Nota_1703721_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_970" id="ci_AlunoAvaliacao_1703721_970" value="99258323" type="hidden">
                <input name="nr_Nota_1703721_970" id="nr_Nota_1703721_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_3330" id="ci_AlunoAvaliacao_1703721_3330" value="99933979" type="hidden">
                <input name="nr_Nota_1703721_3330" id="nr_Nota_1703721_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1130" id="ci_AlunoAvaliacao_1703721_1130" value="99444460" type="hidden">
                <input name="nr_Nota_1703721_1130" id="nr_Nota_1703721_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1140" id="ci_AlunoAvaliacao_1703721_1140" value="100115796" type="hidden">
                <input name="nr_Nota_1703721_1140" id="nr_Nota_1703721_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1200" id="ci_AlunoAvaliacao_1703721_1200" value="99817396" type="hidden">
                <input name="nr_Nota_1703721_1200" id="nr_Nota_1703721_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1620" id="ci_AlunoAvaliacao_1703721_1620" value="99818508" type="hidden">
                <input name="nr_Nota_1703721_1620" id="nr_Nota_1703721_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1730" id="ci_AlunoAvaliacao_1703721_1730" value="99259132" type="hidden">
                <input name="nr_Nota_1703721_1730" id="nr_Nota_1703721_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903430&nbsp;ALINE ALVES RODRIGUES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="903430" type="hidden"></td>
            
            <td id="colunaNotaAluno_903430_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_154" id="ci_AlunoAvaliacao_903430_154" value="100114657" type="hidden">
                <input name="nr_Nota_903430_154" id="nr_Nota_903430_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_160" id="ci_AlunoAvaliacao_903430_160" value="99818232" type="hidden">
                <input name="nr_Nota_903430_160" id="nr_Nota_903430_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_530" id="ci_AlunoAvaliacao_903430_530" value="99662007" type="hidden">
                <input name="nr_Nota_903430_530" id="nr_Nota_903430_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_780" id="ci_AlunoAvaliacao_903430_780" value="99257310" type="hidden">
                <input name="nr_Nota_903430_780" id="nr_Nota_903430_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_800" id="ci_AlunoAvaliacao_903430_800" value="99934310" type="hidden">
                <input name="nr_Nota_903430_800" id="nr_Nota_903430_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_890" id="ci_AlunoAvaliacao_903430_890" value="99443908" type="hidden">
                <input name="nr_Nota_903430_890" id="nr_Nota_903430_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_970" id="ci_AlunoAvaliacao_903430_970" value="99258324" type="hidden">
                <input name="nr_Nota_903430_970" id="nr_Nota_903430_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_3330" id="ci_AlunoAvaliacao_903430_3330" value="99933980" type="hidden">
                <input name="nr_Nota_903430_3330" id="nr_Nota_903430_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1130" id="ci_AlunoAvaliacao_903430_1130" value="99444461" type="hidden">
                <input name="nr_Nota_903430_1130" id="nr_Nota_903430_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1140" id="ci_AlunoAvaliacao_903430_1140" value="100115797" type="hidden">
                <input name="nr_Nota_903430_1140" id="nr_Nota_903430_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1200" id="ci_AlunoAvaliacao_903430_1200" value="99817397" type="hidden">
                <input name="nr_Nota_903430_1200" id="nr_Nota_903430_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1620" id="ci_AlunoAvaliacao_903430_1620" value="99818509" type="hidden">
                <input name="nr_Nota_903430_1620" id="nr_Nota_903430_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1730" id="ci_AlunoAvaliacao_903430_1730" value="99259133" type="hidden">
                <input name="nr_Nota_903430_1730" id="nr_Nota_903430_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;905467&nbsp;AMANDA CECILIA MENDONCA DE LACERDA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="905467" type="hidden"></td>
            
            <td id="colunaNotaAluno_905467_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_154" id="ci_AlunoAvaliacao_905467_154" value="100114658" type="hidden">
                <input name="nr_Nota_905467_154" id="nr_Nota_905467_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_160" id="ci_AlunoAvaliacao_905467_160" value="99818233" type="hidden">
                <input name="nr_Nota_905467_160" id="nr_Nota_905467_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_530" id="ci_AlunoAvaliacao_905467_530" value="99662008" type="hidden">
                <input name="nr_Nota_905467_530" id="nr_Nota_905467_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_780" id="ci_AlunoAvaliacao_905467_780" value="99257311" type="hidden">
                <input name="nr_Nota_905467_780" id="nr_Nota_905467_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_800" id="ci_AlunoAvaliacao_905467_800" value="99934311" type="hidden">
                <input name="nr_Nota_905467_800" id="nr_Nota_905467_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_890" id="ci_AlunoAvaliacao_905467_890" value="99443909" type="hidden">
                <input name="nr_Nota_905467_890" id="nr_Nota_905467_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_970" id="ci_AlunoAvaliacao_905467_970" value="99258325" type="hidden">
                <input name="nr_Nota_905467_970" id="nr_Nota_905467_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_3330" id="ci_AlunoAvaliacao_905467_3330" value="99933981" type="hidden">
                <input name="nr_Nota_905467_3330" id="nr_Nota_905467_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1130" id="ci_AlunoAvaliacao_905467_1130" value="99444462" type="hidden">
                <input name="nr_Nota_905467_1130" id="nr_Nota_905467_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1140" id="ci_AlunoAvaliacao_905467_1140" value="100115798" type="hidden">
                <input name="nr_Nota_905467_1140" id="nr_Nota_905467_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1200" id="ci_AlunoAvaliacao_905467_1200" value="99817398" type="hidden">
                <input name="nr_Nota_905467_1200" id="nr_Nota_905467_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1620" id="ci_AlunoAvaliacao_905467_1620" value="99818510" type="hidden">
                <input name="nr_Nota_905467_1620" id="nr_Nota_905467_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1730" id="ci_AlunoAvaliacao_905467_1730" value="99259134" type="hidden">
                <input name="nr_Nota_905467_1730" id="nr_Nota_905467_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903720&nbsp;ANA KARLA DE ARAUJO BARBOSA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="903720" type="hidden"></td>
            
            <td id="colunaNotaAluno_903720_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_154" id="ci_AlunoAvaliacao_903720_154" value="100114659" type="hidden">
                <input name="nr_Nota_903720_154" id="nr_Nota_903720_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_160" id="ci_AlunoAvaliacao_903720_160" value="99818234" type="hidden">
                <input name="nr_Nota_903720_160" id="nr_Nota_903720_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_530" id="ci_AlunoAvaliacao_903720_530" value="99662009" type="hidden">
                <input name="nr_Nota_903720_530" id="nr_Nota_903720_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_780" id="ci_AlunoAvaliacao_903720_780" value="99257312" type="hidden">
                <input name="nr_Nota_903720_780" id="nr_Nota_903720_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_800" id="ci_AlunoAvaliacao_903720_800" value="99934312" type="hidden">
                <input name="nr_Nota_903720_800" id="nr_Nota_903720_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_890" id="ci_AlunoAvaliacao_903720_890" value="99443910" type="hidden">
                <input name="nr_Nota_903720_890" id="nr_Nota_903720_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_970" id="ci_AlunoAvaliacao_903720_970" value="99258326" type="hidden">
                <input name="nr_Nota_903720_970" id="nr_Nota_903720_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_3330" id="ci_AlunoAvaliacao_903720_3330" value="99933982" type="hidden">
                <input name="nr_Nota_903720_3330" id="nr_Nota_903720_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1130" id="ci_AlunoAvaliacao_903720_1130" value="99444463" type="hidden">
                <input name="nr_Nota_903720_1130" id="nr_Nota_903720_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1140" id="ci_AlunoAvaliacao_903720_1140" value="100115799" type="hidden">
                <input name="nr_Nota_903720_1140" id="nr_Nota_903720_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1200" id="ci_AlunoAvaliacao_903720_1200" value="99817399" type="hidden">
                <input name="nr_Nota_903720_1200" id="nr_Nota_903720_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1620" id="ci_AlunoAvaliacao_903720_1620" value="99818511" type="hidden">
                <input name="nr_Nota_903720_1620" id="nr_Nota_903720_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1730" id="ci_AlunoAvaliacao_903720_1730" value="99259135" type="hidden">
                <input name="nr_Nota_903720_1730" id="nr_Nota_903720_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2400228&nbsp;ANA PAULA BRITO PEREIRA ALVES
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="2400228" type="hidden"></td>
            
            <td id="colunaNotaAluno_2400228_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_154" id="ci_AlunoAvaliacao_2400228_154" value="100114660" type="hidden">
                <input name="nr_Nota_2400228_154" id="nr_Nota_2400228_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_160" id="ci_AlunoAvaliacao_2400228_160" value="99818235" type="hidden">
                <input name="nr_Nota_2400228_160" id="nr_Nota_2400228_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_530" id="ci_AlunoAvaliacao_2400228_530" value="99662010" type="hidden">
                <input name="nr_Nota_2400228_530" id="nr_Nota_2400228_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_780" id="ci_AlunoAvaliacao_2400228_780" value="99257313" type="hidden">
                <input name="nr_Nota_2400228_780" id="nr_Nota_2400228_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_800" id="ci_AlunoAvaliacao_2400228_800" value="99934313" type="hidden">
                <input name="nr_Nota_2400228_800" id="nr_Nota_2400228_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_890" id="ci_AlunoAvaliacao_2400228_890" value="99443911" type="hidden">
                <input name="nr_Nota_2400228_890" id="nr_Nota_2400228_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_970" id="ci_AlunoAvaliacao_2400228_970" value="99258327" type="hidden">
                <input name="nr_Nota_2400228_970" id="nr_Nota_2400228_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_3330" id="ci_AlunoAvaliacao_2400228_3330" value="99933983" type="hidden">
                <input name="nr_Nota_2400228_3330" id="nr_Nota_2400228_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1130" id="ci_AlunoAvaliacao_2400228_1130" value="99444464" type="hidden">
                <input name="nr_Nota_2400228_1130" id="nr_Nota_2400228_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1140" id="ci_AlunoAvaliacao_2400228_1140" value="100115800" type="hidden">
                <input name="nr_Nota_2400228_1140" id="nr_Nota_2400228_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1200" id="ci_AlunoAvaliacao_2400228_1200" value="99817400" type="hidden">
                <input name="nr_Nota_2400228_1200" id="nr_Nota_2400228_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1620" id="ci_AlunoAvaliacao_2400228_1620" value="99818512" type="hidden">
                <input name="nr_Nota_2400228_1620" id="nr_Nota_2400228_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1730" id="ci_AlunoAvaliacao_2400228_1730" value="99259136" type="hidden">
                <input name="nr_Nota_2400228_1730" id="nr_Nota_2400228_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1677517&nbsp;ANDRESSA COSTA PRAXEDES
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1677517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1677517_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_154" id="ci_AlunoAvaliacao_1677517_154" value="99447285" type="hidden">
                <input name="nr_Nota_1677517_154" id="nr_Nota_1677517_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_160" id="ci_AlunoAvaliacao_1677517_160" value="99447286" type="hidden">
                <input name="nr_Nota_1677517_160" id="nr_Nota_1677517_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_530" id="ci_AlunoAvaliacao_1677517_530" value="99447287" type="hidden">
                <input name="nr_Nota_1677517_530" id="nr_Nota_1677517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_780" id="ci_AlunoAvaliacao_1677517_780" value="99257314" type="hidden">
                <input name="nr_Nota_1677517_780" id="nr_Nota_1677517_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_800" id="ci_AlunoAvaliacao_1677517_800" value="99447288" type="hidden">
                <input name="nr_Nota_1677517_800" id="nr_Nota_1677517_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_890" id="ci_AlunoAvaliacao_1677517_890" value="99443912" type="hidden">
                <input name="nr_Nota_1677517_890" id="nr_Nota_1677517_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_970" id="ci_AlunoAvaliacao_1677517_970" value="99258328" type="hidden">
                <input name="nr_Nota_1677517_970" id="nr_Nota_1677517_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_3330" id="ci_AlunoAvaliacao_1677517_3330" value="99447289" type="hidden">
                <input name="nr_Nota_1677517_3330" id="nr_Nota_1677517_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1130" id="ci_AlunoAvaliacao_1677517_1130" value="99444465" type="hidden">
                <input name="nr_Nota_1677517_1130" id="nr_Nota_1677517_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1140" id="ci_AlunoAvaliacao_1677517_1140" value="99447290" type="hidden">
                <input name="nr_Nota_1677517_1140" id="nr_Nota_1677517_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1200" id="ci_AlunoAvaliacao_1677517_1200" value="99447291" type="hidden">
                <input name="nr_Nota_1677517_1200" id="nr_Nota_1677517_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1620" id="ci_AlunoAvaliacao_1677517_1620" value="99447292" type="hidden">
                <input name="nr_Nota_1677517_1620" id="nr_Nota_1677517_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1730" id="ci_AlunoAvaliacao_1677517_1730" value="99259137" type="hidden">
                <input name="nr_Nota_1677517_1730" id="nr_Nota_1677517_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;658007&nbsp;ANDREZA FEITOSA DOS SANTOS
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="658007" type="hidden"></td>
            
            <td id="colunaNotaAluno_658007_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_154" id="ci_AlunoAvaliacao_658007_154" value="100114661" type="hidden">
                <input name="nr_Nota_658007_154" id="nr_Nota_658007_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_160" id="ci_AlunoAvaliacao_658007_160" value="99818236" type="hidden">
                <input name="nr_Nota_658007_160" id="nr_Nota_658007_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_530" id="ci_AlunoAvaliacao_658007_530" value="99662011" type="hidden">
                <input name="nr_Nota_658007_530" id="nr_Nota_658007_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_780" id="ci_AlunoAvaliacao_658007_780" value="99257315" type="hidden">
                <input name="nr_Nota_658007_780" id="nr_Nota_658007_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_800" id="ci_AlunoAvaliacao_658007_800" value="99934314" type="hidden">
                <input name="nr_Nota_658007_800" id="nr_Nota_658007_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_890" id="ci_AlunoAvaliacao_658007_890" value="99443913" type="hidden">
                <input name="nr_Nota_658007_890" id="nr_Nota_658007_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_970" id="ci_AlunoAvaliacao_658007_970" value="99258329" type="hidden">
                <input name="nr_Nota_658007_970" id="nr_Nota_658007_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_3330" id="ci_AlunoAvaliacao_658007_3330" value="99933984" type="hidden">
                <input name="nr_Nota_658007_3330" id="nr_Nota_658007_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1130" id="ci_AlunoAvaliacao_658007_1130" value="99444466" type="hidden">
                <input name="nr_Nota_658007_1130" id="nr_Nota_658007_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1140" id="ci_AlunoAvaliacao_658007_1140" value="100115801" type="hidden">
                <input name="nr_Nota_658007_1140" id="nr_Nota_658007_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1200" id="ci_AlunoAvaliacao_658007_1200" value="99817401" type="hidden">
                <input name="nr_Nota_658007_1200" id="nr_Nota_658007_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1620" id="ci_AlunoAvaliacao_658007_1620" value="99818513" type="hidden">
                <input name="nr_Nota_658007_1620" id="nr_Nota_658007_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1730" id="ci_AlunoAvaliacao_658007_1730" value="99259138" type="hidden">
                <input name="nr_Nota_658007_1730" id="nr_Nota_658007_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;451012&nbsp;ANTONIA ANDRESSA SORAYA NASCIMENTO SOUSA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="451012" type="hidden"></td>
            
            <td id="colunaNotaAluno_451012_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_154" id="ci_AlunoAvaliacao_451012_154" value="100114662" type="hidden">
                <input name="nr_Nota_451012_154" id="nr_Nota_451012_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_160" id="ci_AlunoAvaliacao_451012_160" value="99818237" type="hidden">
                <input name="nr_Nota_451012_160" id="nr_Nota_451012_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_530" id="ci_AlunoAvaliacao_451012_530" value="99662012" type="hidden">
                <input name="nr_Nota_451012_530" id="nr_Nota_451012_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_780" id="ci_AlunoAvaliacao_451012_780" value="99257316" type="hidden">
                <input name="nr_Nota_451012_780" id="nr_Nota_451012_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_800" id="ci_AlunoAvaliacao_451012_800" value="99934315" type="hidden">
                <input name="nr_Nota_451012_800" id="nr_Nota_451012_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_890" id="ci_AlunoAvaliacao_451012_890" value="99443914" type="hidden">
                <input name="nr_Nota_451012_890" id="nr_Nota_451012_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_970" id="ci_AlunoAvaliacao_451012_970" value="99258330" type="hidden">
                <input name="nr_Nota_451012_970" id="nr_Nota_451012_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_3330" id="ci_AlunoAvaliacao_451012_3330" value="99933985" type="hidden">
                <input name="nr_Nota_451012_3330" id="nr_Nota_451012_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1130" id="ci_AlunoAvaliacao_451012_1130" value="99444467" type="hidden">
                <input name="nr_Nota_451012_1130" id="nr_Nota_451012_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1140" id="ci_AlunoAvaliacao_451012_1140" value="100115802" type="hidden">
                <input name="nr_Nota_451012_1140" id="nr_Nota_451012_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1200" id="ci_AlunoAvaliacao_451012_1200" value="99817402" type="hidden">
                <input name="nr_Nota_451012_1200" id="nr_Nota_451012_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1620" id="ci_AlunoAvaliacao_451012_1620" value="99818514" type="hidden">
                <input name="nr_Nota_451012_1620" id="nr_Nota_451012_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1730" id="ci_AlunoAvaliacao_451012_1730" value="99259139" type="hidden">
                <input name="nr_Nota_451012_1730" id="nr_Nota_451012_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1479957&nbsp;ANTONIA INGRID RAYALE LIMA ROCHA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1479957" type="hidden"></td>
            
            <td id="colunaNotaAluno_1479957_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_154" id="ci_AlunoAvaliacao_1479957_154" value="100114663" type="hidden">
                <input name="nr_Nota_1479957_154" id="nr_Nota_1479957_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_160" id="ci_AlunoAvaliacao_1479957_160" value="99818238" type="hidden">
                <input name="nr_Nota_1479957_160" id="nr_Nota_1479957_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_530" id="ci_AlunoAvaliacao_1479957_530" value="99662013" type="hidden">
                <input name="nr_Nota_1479957_530" id="nr_Nota_1479957_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_780" id="ci_AlunoAvaliacao_1479957_780" value="99257317" type="hidden">
                <input name="nr_Nota_1479957_780" id="nr_Nota_1479957_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_800" id="ci_AlunoAvaliacao_1479957_800" value="99934316" type="hidden">
                <input name="nr_Nota_1479957_800" id="nr_Nota_1479957_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_890" id="ci_AlunoAvaliacao_1479957_890" value="99443915" type="hidden">
                <input name="nr_Nota_1479957_890" id="nr_Nota_1479957_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_970" id="ci_AlunoAvaliacao_1479957_970" value="99258331" type="hidden">
                <input name="nr_Nota_1479957_970" id="nr_Nota_1479957_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_3330" id="ci_AlunoAvaliacao_1479957_3330" value="99933986" type="hidden">
                <input name="nr_Nota_1479957_3330" id="nr_Nota_1479957_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1130" id="ci_AlunoAvaliacao_1479957_1130" value="99444468" type="hidden">
                <input name="nr_Nota_1479957_1130" id="nr_Nota_1479957_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1140" id="ci_AlunoAvaliacao_1479957_1140" value="100115803" type="hidden">
                <input name="nr_Nota_1479957_1140" id="nr_Nota_1479957_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1200" id="ci_AlunoAvaliacao_1479957_1200" value="99817403" type="hidden">
                <input name="nr_Nota_1479957_1200" id="nr_Nota_1479957_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1620" id="ci_AlunoAvaliacao_1479957_1620" value="99818515" type="hidden">
                <input name="nr_Nota_1479957_1620" id="nr_Nota_1479957_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1730" id="ci_AlunoAvaliacao_1479957_1730" value="99259140" type="hidden">
                <input name="nr_Nota_1479957_1730" id="nr_Nota_1479957_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167624&nbsp;BRUNA DEODATO DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1167624" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167624_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_154" id="ci_AlunoAvaliacao_1167624_154" value="100114664" type="hidden">
                <input name="nr_Nota_1167624_154" id="nr_Nota_1167624_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_160" id="ci_AlunoAvaliacao_1167624_160" value="99818239" type="hidden">
                <input name="nr_Nota_1167624_160" id="nr_Nota_1167624_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_530" id="ci_AlunoAvaliacao_1167624_530" value="99662014" type="hidden">
                <input name="nr_Nota_1167624_530" id="nr_Nota_1167624_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_780" id="ci_AlunoAvaliacao_1167624_780" value="99257318" type="hidden">
                <input name="nr_Nota_1167624_780" id="nr_Nota_1167624_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_800" id="ci_AlunoAvaliacao_1167624_800" value="99934317" type="hidden">
                <input name="nr_Nota_1167624_800" id="nr_Nota_1167624_800" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_890" id="ci_AlunoAvaliacao_1167624_890" value="99443916" type="hidden">
                <input name="nr_Nota_1167624_890" id="nr_Nota_1167624_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_970" id="ci_AlunoAvaliacao_1167624_970" value="99258332" type="hidden">
                <input name="nr_Nota_1167624_970" id="nr_Nota_1167624_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_3330" id="ci_AlunoAvaliacao_1167624_3330" value="99933987" type="hidden">
                <input name="nr_Nota_1167624_3330" id="nr_Nota_1167624_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1130" id="ci_AlunoAvaliacao_1167624_1130" value="99444469" type="hidden">
                <input name="nr_Nota_1167624_1130" id="nr_Nota_1167624_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1140" id="ci_AlunoAvaliacao_1167624_1140" value="100115804" type="hidden">
                <input name="nr_Nota_1167624_1140" id="nr_Nota_1167624_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1200" id="ci_AlunoAvaliacao_1167624_1200" value="99817404" type="hidden">
                <input name="nr_Nota_1167624_1200" id="nr_Nota_1167624_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1620" id="ci_AlunoAvaliacao_1167624_1620" value="99818516" type="hidden">
                <input name="nr_Nota_1167624_1620" id="nr_Nota_1167624_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1730" id="ci_AlunoAvaliacao_1167624_1730" value="99259141" type="hidden">
                <input name="nr_Nota_1167624_1730" id="nr_Nota_1167624_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238054&nbsp;CALOS ALEXANDRE DE SOUSA RODRIGUES
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1238054" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238054_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_154" id="ci_AlunoAvaliacao_1238054_154" value="100114665" type="hidden">
                <input name="nr_Nota_1238054_154" id="nr_Nota_1238054_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_160" id="ci_AlunoAvaliacao_1238054_160" value="99818240" type="hidden">
                <input name="nr_Nota_1238054_160" id="nr_Nota_1238054_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_530" id="ci_AlunoAvaliacao_1238054_530" value="99662015" type="hidden">
                <input name="nr_Nota_1238054_530" id="nr_Nota_1238054_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_780" id="ci_AlunoAvaliacao_1238054_780" value="99257319" type="hidden">
                <input name="nr_Nota_1238054_780" id="nr_Nota_1238054_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_800" id="ci_AlunoAvaliacao_1238054_800" value="99934318" type="hidden">
                <input name="nr_Nota_1238054_800" id="nr_Nota_1238054_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_890" id="ci_AlunoAvaliacao_1238054_890" value="99443917" type="hidden">
                <input name="nr_Nota_1238054_890" id="nr_Nota_1238054_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_970" id="ci_AlunoAvaliacao_1238054_970" value="99258333" type="hidden">
                <input name="nr_Nota_1238054_970" id="nr_Nota_1238054_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_3330" id="ci_AlunoAvaliacao_1238054_3330" value="99933988" type="hidden">
                <input name="nr_Nota_1238054_3330" id="nr_Nota_1238054_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1130" id="ci_AlunoAvaliacao_1238054_1130" value="99444470" type="hidden">
                <input name="nr_Nota_1238054_1130" id="nr_Nota_1238054_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1140" id="ci_AlunoAvaliacao_1238054_1140" value="100115805" type="hidden">
                <input name="nr_Nota_1238054_1140" id="nr_Nota_1238054_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1200" id="ci_AlunoAvaliacao_1238054_1200" value="99817405" type="hidden">
                <input name="nr_Nota_1238054_1200" id="nr_Nota_1238054_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1620" id="ci_AlunoAvaliacao_1238054_1620" value="99818517" type="hidden">
                <input name="nr_Nota_1238054_1620" id="nr_Nota_1238054_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1730" id="ci_AlunoAvaliacao_1238054_1730" value="99259142" type="hidden">
                <input name="nr_Nota_1238054_1730" id="nr_Nota_1238054_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;412557&nbsp;DARLIANY MACIEL BARROS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="412557" type="hidden"></td>
            
            <td id="colunaNotaAluno_412557_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_154" id="ci_AlunoAvaliacao_412557_154" value="100114666" type="hidden">
                <input name="nr_Nota_412557_154" id="nr_Nota_412557_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_160" id="ci_AlunoAvaliacao_412557_160" value="99818241" type="hidden">
                <input name="nr_Nota_412557_160" id="nr_Nota_412557_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_530" id="ci_AlunoAvaliacao_412557_530" value="99662016" type="hidden">
                <input name="nr_Nota_412557_530" id="nr_Nota_412557_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_780" id="ci_AlunoAvaliacao_412557_780" value="99257320" type="hidden">
                <input name="nr_Nota_412557_780" id="nr_Nota_412557_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_800" id="ci_AlunoAvaliacao_412557_800" value="99934319" type="hidden">
                <input name="nr_Nota_412557_800" id="nr_Nota_412557_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_890" id="ci_AlunoAvaliacao_412557_890" value="99443918" type="hidden">
                <input name="nr_Nota_412557_890" id="nr_Nota_412557_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_970" id="ci_AlunoAvaliacao_412557_970" value="99258334" type="hidden">
                <input name="nr_Nota_412557_970" id="nr_Nota_412557_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_3330" id="ci_AlunoAvaliacao_412557_3330" value="99933989" type="hidden">
                <input name="nr_Nota_412557_3330" id="nr_Nota_412557_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1130" id="ci_AlunoAvaliacao_412557_1130" value="99444471" type="hidden">
                <input name="nr_Nota_412557_1130" id="nr_Nota_412557_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1140" id="ci_AlunoAvaliacao_412557_1140" value="100115806" type="hidden">
                <input name="nr_Nota_412557_1140" id="nr_Nota_412557_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1200" id="ci_AlunoAvaliacao_412557_1200" value="99817406" type="hidden">
                <input name="nr_Nota_412557_1200" id="nr_Nota_412557_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1620" id="ci_AlunoAvaliacao_412557_1620" value="99818518" type="hidden">
                <input name="nr_Nota_412557_1620" id="nr_Nota_412557_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1730" id="ci_AlunoAvaliacao_412557_1730" value="99259143" type="hidden">
                <input name="nr_Nota_412557_1730" id="nr_Nota_412557_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;113857&nbsp;ELIVELTON DA SILVA MACEDO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="113857" type="hidden"></td>
            
            <td id="colunaNotaAluno_113857_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_154" id="ci_AlunoAvaliacao_113857_154" value="100114668" type="hidden">
                <input name="nr_Nota_113857_154" id="nr_Nota_113857_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_160" id="ci_AlunoAvaliacao_113857_160" value="99818242" type="hidden">
                <input name="nr_Nota_113857_160" id="nr_Nota_113857_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_530" id="ci_AlunoAvaliacao_113857_530" value="99662017" type="hidden">
                <input name="nr_Nota_113857_530" id="nr_Nota_113857_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_780" id="ci_AlunoAvaliacao_113857_780" value="99257321" type="hidden">
                <input name="nr_Nota_113857_780" id="nr_Nota_113857_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_800" id="ci_AlunoAvaliacao_113857_800" value="99934320" type="hidden">
                <input name="nr_Nota_113857_800" id="nr_Nota_113857_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_890" id="ci_AlunoAvaliacao_113857_890" value="99443919" type="hidden">
                <input name="nr_Nota_113857_890" id="nr_Nota_113857_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_970" id="ci_AlunoAvaliacao_113857_970" value="99258335" type="hidden">
                <input name="nr_Nota_113857_970" id="nr_Nota_113857_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_3330" id="ci_AlunoAvaliacao_113857_3330" value="99933990" type="hidden">
                <input name="nr_Nota_113857_3330" id="nr_Nota_113857_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1130" id="ci_AlunoAvaliacao_113857_1130" value="99444472" type="hidden">
                <input name="nr_Nota_113857_1130" id="nr_Nota_113857_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1140" id="ci_AlunoAvaliacao_113857_1140" value="100115807" type="hidden">
                <input name="nr_Nota_113857_1140" id="nr_Nota_113857_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1200" id="ci_AlunoAvaliacao_113857_1200" value="99817407" type="hidden">
                <input name="nr_Nota_113857_1200" id="nr_Nota_113857_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1620" id="ci_AlunoAvaliacao_113857_1620" value="99818519" type="hidden">
                <input name="nr_Nota_113857_1620" id="nr_Nota_113857_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1730" id="ci_AlunoAvaliacao_113857_1730" value="99259144" type="hidden">
                <input name="nr_Nota_113857_1730" id="nr_Nota_113857_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1069350&nbsp;ELIZABETH DA COSTA FERREIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1069350" type="hidden"></td>
            
            <td id="colunaNotaAluno_1069350_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_154" id="ci_AlunoAvaliacao_1069350_154" value="100114671" type="hidden">
                <input name="nr_Nota_1069350_154" id="nr_Nota_1069350_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_160" id="ci_AlunoAvaliacao_1069350_160" value="99818243" type="hidden">
                <input name="nr_Nota_1069350_160" id="nr_Nota_1069350_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_530" id="ci_AlunoAvaliacao_1069350_530" value="99662018" type="hidden">
                <input name="nr_Nota_1069350_530" id="nr_Nota_1069350_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_780" id="ci_AlunoAvaliacao_1069350_780" value="99257322" type="hidden">
                <input name="nr_Nota_1069350_780" id="nr_Nota_1069350_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_800" id="ci_AlunoAvaliacao_1069350_800" value="99934321" type="hidden">
                <input name="nr_Nota_1069350_800" id="nr_Nota_1069350_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_890" id="ci_AlunoAvaliacao_1069350_890" value="99443920" type="hidden">
                <input name="nr_Nota_1069350_890" id="nr_Nota_1069350_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_970" id="ci_AlunoAvaliacao_1069350_970" value="99258336" type="hidden">
                <input name="nr_Nota_1069350_970" id="nr_Nota_1069350_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_3330" id="ci_AlunoAvaliacao_1069350_3330" value="99933991" type="hidden">
                <input name="nr_Nota_1069350_3330" id="nr_Nota_1069350_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1130" id="ci_AlunoAvaliacao_1069350_1130" value="99444473" type="hidden">
                <input name="nr_Nota_1069350_1130" id="nr_Nota_1069350_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1140" id="ci_AlunoAvaliacao_1069350_1140" value="100115808" type="hidden">
                <input name="nr_Nota_1069350_1140" id="nr_Nota_1069350_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1200" id="ci_AlunoAvaliacao_1069350_1200" value="99817408" type="hidden">
                <input name="nr_Nota_1069350_1200" id="nr_Nota_1069350_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1620" id="ci_AlunoAvaliacao_1069350_1620" value="99818520" type="hidden">
                <input name="nr_Nota_1069350_1620" id="nr_Nota_1069350_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1730" id="ci_AlunoAvaliacao_1069350_1730" value="99259145" type="hidden">
                <input name="nr_Nota_1069350_1730" id="nr_Nota_1069350_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167626&nbsp;ELOYLTON DO NASCIMENTO GOIANA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1167626" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167626_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_154" id="ci_AlunoAvaliacao_1167626_154" value="100114681" type="hidden">
                <input name="nr_Nota_1167626_154" id="nr_Nota_1167626_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_160" id="ci_AlunoAvaliacao_1167626_160" value="99818244" type="hidden">
                <input name="nr_Nota_1167626_160" id="nr_Nota_1167626_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_530" id="ci_AlunoAvaliacao_1167626_530" value="99662019" type="hidden">
                <input name="nr_Nota_1167626_530" id="nr_Nota_1167626_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_780" id="ci_AlunoAvaliacao_1167626_780" value="99257323" type="hidden">
                <input name="nr_Nota_1167626_780" id="nr_Nota_1167626_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_800" id="ci_AlunoAvaliacao_1167626_800" value="99934322" type="hidden">
                <input name="nr_Nota_1167626_800" id="nr_Nota_1167626_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_890" id="ci_AlunoAvaliacao_1167626_890" value="99443921" type="hidden">
                <input name="nr_Nota_1167626_890" id="nr_Nota_1167626_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_970" id="ci_AlunoAvaliacao_1167626_970" value="99258337" type="hidden">
                <input name="nr_Nota_1167626_970" id="nr_Nota_1167626_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_3330" id="ci_AlunoAvaliacao_1167626_3330" value="99933992" type="hidden">
                <input name="nr_Nota_1167626_3330" id="nr_Nota_1167626_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1130" id="ci_AlunoAvaliacao_1167626_1130" value="99444474" type="hidden">
                <input name="nr_Nota_1167626_1130" id="nr_Nota_1167626_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1140" id="ci_AlunoAvaliacao_1167626_1140" value="100115809" type="hidden">
                <input name="nr_Nota_1167626_1140" id="nr_Nota_1167626_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1200" id="ci_AlunoAvaliacao_1167626_1200" value="99817409" type="hidden">
                <input name="nr_Nota_1167626_1200" id="nr_Nota_1167626_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1620" id="ci_AlunoAvaliacao_1167626_1620" value="99818521" type="hidden">
                <input name="nr_Nota_1167626_1620" id="nr_Nota_1167626_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1730" id="ci_AlunoAvaliacao_1167626_1730" value="99259146" type="hidden">
                <input name="nr_Nota_1167626_1730" id="nr_Nota_1167626_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1322595&nbsp;ENOS MEDEIROS REBOUCAS
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1322595" type="hidden"></td>
            
            <td id="colunaNotaAluno_1322595_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_154" id="ci_AlunoAvaliacao_1322595_154" value="100114684" type="hidden">
                <input name="nr_Nota_1322595_154" id="nr_Nota_1322595_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_160" id="ci_AlunoAvaliacao_1322595_160" value="99818245" type="hidden">
                <input name="nr_Nota_1322595_160" id="nr_Nota_1322595_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_530" id="ci_AlunoAvaliacao_1322595_530" value="99662020" type="hidden">
                <input name="nr_Nota_1322595_530" id="nr_Nota_1322595_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_780" id="ci_AlunoAvaliacao_1322595_780" value="99257324" type="hidden">
                <input name="nr_Nota_1322595_780" id="nr_Nota_1322595_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_800" id="ci_AlunoAvaliacao_1322595_800" value="99934323" type="hidden">
                <input name="nr_Nota_1322595_800" id="nr_Nota_1322595_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_890" id="ci_AlunoAvaliacao_1322595_890" value="99443922" type="hidden">
                <input name="nr_Nota_1322595_890" id="nr_Nota_1322595_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_970" id="ci_AlunoAvaliacao_1322595_970" value="99258338" type="hidden">
                <input name="nr_Nota_1322595_970" id="nr_Nota_1322595_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_3330" id="ci_AlunoAvaliacao_1322595_3330" value="99933993" type="hidden">
                <input name="nr_Nota_1322595_3330" id="nr_Nota_1322595_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1130" id="ci_AlunoAvaliacao_1322595_1130" value="99444475" type="hidden">
                <input name="nr_Nota_1322595_1130" id="nr_Nota_1322595_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1140" id="ci_AlunoAvaliacao_1322595_1140" value="100115810" type="hidden">
                <input name="nr_Nota_1322595_1140" id="nr_Nota_1322595_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1200" id="ci_AlunoAvaliacao_1322595_1200" value="99817410" type="hidden">
                <input name="nr_Nota_1322595_1200" id="nr_Nota_1322595_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1620" id="ci_AlunoAvaliacao_1322595_1620" value="99818522" type="hidden">
                <input name="nr_Nota_1322595_1620" id="nr_Nota_1322595_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1730" id="ci_AlunoAvaliacao_1322595_1730" value="99259147" type="hidden">
                <input name="nr_Nota_1322595_1730" id="nr_Nota_1322595_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1281046&nbsp;FRANCISCA VITORIA DOS SANTOS PAULO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1281046" type="hidden"></td>
            
            <td id="colunaNotaAluno_1281046_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_154" id="ci_AlunoAvaliacao_1281046_154" value="100114688" type="hidden">
                <input name="nr_Nota_1281046_154" id="nr_Nota_1281046_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_160" id="ci_AlunoAvaliacao_1281046_160" value="99818246" type="hidden">
                <input name="nr_Nota_1281046_160" id="nr_Nota_1281046_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_530" id="ci_AlunoAvaliacao_1281046_530" value="99662021" type="hidden">
                <input name="nr_Nota_1281046_530" id="nr_Nota_1281046_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_780" id="ci_AlunoAvaliacao_1281046_780" value="99257325" type="hidden">
                <input name="nr_Nota_1281046_780" id="nr_Nota_1281046_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_800" id="ci_AlunoAvaliacao_1281046_800" value="99934324" type="hidden">
                <input name="nr_Nota_1281046_800" id="nr_Nota_1281046_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_890" id="ci_AlunoAvaliacao_1281046_890" value="99443923" type="hidden">
                <input name="nr_Nota_1281046_890" id="nr_Nota_1281046_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_970" id="ci_AlunoAvaliacao_1281046_970" value="99258339" type="hidden">
                <input name="nr_Nota_1281046_970" id="nr_Nota_1281046_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_3330" id="ci_AlunoAvaliacao_1281046_3330" value="99933994" type="hidden">
                <input name="nr_Nota_1281046_3330" id="nr_Nota_1281046_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1130" id="ci_AlunoAvaliacao_1281046_1130" value="99444476" type="hidden">
                <input name="nr_Nota_1281046_1130" id="nr_Nota_1281046_1130" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1140" id="ci_AlunoAvaliacao_1281046_1140" value="100115811" type="hidden">
                <input name="nr_Nota_1281046_1140" id="nr_Nota_1281046_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1200" id="ci_AlunoAvaliacao_1281046_1200" value="99817411" type="hidden">
                <input name="nr_Nota_1281046_1200" id="nr_Nota_1281046_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1620" id="ci_AlunoAvaliacao_1281046_1620" value="99818523" type="hidden">
                <input name="nr_Nota_1281046_1620" id="nr_Nota_1281046_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1730" id="ci_AlunoAvaliacao_1281046_1730" value="99259148" type="hidden">
                <input name="nr_Nota_1281046_1730" id="nr_Nota_1281046_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;814578&nbsp;IARA ROCHA ARAUJO
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="814578" type="hidden"></td>
            
            <td id="colunaNotaAluno_814578_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_154" id="ci_AlunoAvaliacao_814578_154" value="100114692" type="hidden">
                <input name="nr_Nota_814578_154" id="nr_Nota_814578_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_160" id="ci_AlunoAvaliacao_814578_160" value="99818247" type="hidden">
                <input name="nr_Nota_814578_160" id="nr_Nota_814578_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_530" id="ci_AlunoAvaliacao_814578_530" value="99662022" type="hidden">
                <input name="nr_Nota_814578_530" id="nr_Nota_814578_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_780" id="ci_AlunoAvaliacao_814578_780" value="99257326" type="hidden">
                <input name="nr_Nota_814578_780" id="nr_Nota_814578_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_800" id="ci_AlunoAvaliacao_814578_800" value="99934325" type="hidden">
                <input name="nr_Nota_814578_800" id="nr_Nota_814578_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_890" id="ci_AlunoAvaliacao_814578_890" value="99443924" type="hidden">
                <input name="nr_Nota_814578_890" id="nr_Nota_814578_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_970" id="ci_AlunoAvaliacao_814578_970" value="99258340" type="hidden">
                <input name="nr_Nota_814578_970" id="nr_Nota_814578_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_3330" id="ci_AlunoAvaliacao_814578_3330" value="99933995" type="hidden">
                <input name="nr_Nota_814578_3330" id="nr_Nota_814578_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1130" id="ci_AlunoAvaliacao_814578_1130" value="99444477" type="hidden">
                <input name="nr_Nota_814578_1130" id="nr_Nota_814578_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1140" id="ci_AlunoAvaliacao_814578_1140" value="100115812" type="hidden">
                <input name="nr_Nota_814578_1140" id="nr_Nota_814578_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1200" id="ci_AlunoAvaliacao_814578_1200" value="99817412" type="hidden">
                <input name="nr_Nota_814578_1200" id="nr_Nota_814578_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1620" id="ci_AlunoAvaliacao_814578_1620" value="99818524" type="hidden">
                <input name="nr_Nota_814578_1620" id="nr_Nota_814578_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1730" id="ci_AlunoAvaliacao_814578_1730" value="99259149" type="hidden">
                <input name="nr_Nota_814578_1730" id="nr_Nota_814578_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;878068&nbsp;ISABELY TELES BARBOSA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="878068" type="hidden"></td>
            
            <td id="colunaNotaAluno_878068_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_154" id="ci_AlunoAvaliacao_878068_154" value="100114699" type="hidden">
                <input name="nr_Nota_878068_154" id="nr_Nota_878068_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_160" id="ci_AlunoAvaliacao_878068_160" value="99818248" type="hidden">
                <input name="nr_Nota_878068_160" id="nr_Nota_878068_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_530" id="ci_AlunoAvaliacao_878068_530" value="99662023" type="hidden">
                <input name="nr_Nota_878068_530" id="nr_Nota_878068_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_780" id="ci_AlunoAvaliacao_878068_780" value="99257327" type="hidden">
                <input name="nr_Nota_878068_780" id="nr_Nota_878068_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_800" id="ci_AlunoAvaliacao_878068_800" value="99934326" type="hidden">
                <input name="nr_Nota_878068_800" id="nr_Nota_878068_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_890" id="ci_AlunoAvaliacao_878068_890" value="99443925" type="hidden">
                <input name="nr_Nota_878068_890" id="nr_Nota_878068_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_970" id="ci_AlunoAvaliacao_878068_970" value="99258341" type="hidden">
                <input name="nr_Nota_878068_970" id="nr_Nota_878068_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_3330" id="ci_AlunoAvaliacao_878068_3330" value="99933996" type="hidden">
                <input name="nr_Nota_878068_3330" id="nr_Nota_878068_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1130" id="ci_AlunoAvaliacao_878068_1130" value="99444478" type="hidden">
                <input name="nr_Nota_878068_1130" id="nr_Nota_878068_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1140" id="ci_AlunoAvaliacao_878068_1140" value="100115813" type="hidden">
                <input name="nr_Nota_878068_1140" id="nr_Nota_878068_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1200" id="ci_AlunoAvaliacao_878068_1200" value="99817413" type="hidden">
                <input name="nr_Nota_878068_1200" id="nr_Nota_878068_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1620" id="ci_AlunoAvaliacao_878068_1620" value="99818525" type="hidden">
                <input name="nr_Nota_878068_1620" id="nr_Nota_878068_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1730" id="ci_AlunoAvaliacao_878068_1730" value="99259150" type="hidden">
                <input name="nr_Nota_878068_1730" id="nr_Nota_878068_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;904765&nbsp;JESSICA DE SOUZA REIS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="904765" type="hidden"></td>
            
            <td id="colunaNotaAluno_904765_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_154" id="ci_AlunoAvaliacao_904765_154" value="100114702" type="hidden">
                <input name="nr_Nota_904765_154" id="nr_Nota_904765_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_160" id="ci_AlunoAvaliacao_904765_160" value="99818249" type="hidden">
                <input name="nr_Nota_904765_160" id="nr_Nota_904765_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_530" id="ci_AlunoAvaliacao_904765_530" value="99662024" type="hidden">
                <input name="nr_Nota_904765_530" id="nr_Nota_904765_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_780" id="ci_AlunoAvaliacao_904765_780" value="99257328" type="hidden">
                <input name="nr_Nota_904765_780" id="nr_Nota_904765_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_800" id="ci_AlunoAvaliacao_904765_800" value="99934327" type="hidden">
                <input name="nr_Nota_904765_800" id="nr_Nota_904765_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_890" id="ci_AlunoAvaliacao_904765_890" value="99443926" type="hidden">
                <input name="nr_Nota_904765_890" id="nr_Nota_904765_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_970" id="ci_AlunoAvaliacao_904765_970" value="99258342" type="hidden">
                <input name="nr_Nota_904765_970" id="nr_Nota_904765_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_3330" id="ci_AlunoAvaliacao_904765_3330" value="99933997" type="hidden">
                <input name="nr_Nota_904765_3330" id="nr_Nota_904765_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1130" id="ci_AlunoAvaliacao_904765_1130" value="99444479" type="hidden">
                <input name="nr_Nota_904765_1130" id="nr_Nota_904765_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1140" id="ci_AlunoAvaliacao_904765_1140" value="100115814" type="hidden">
                <input name="nr_Nota_904765_1140" id="nr_Nota_904765_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1200" id="ci_AlunoAvaliacao_904765_1200" value="99817414" type="hidden">
                <input name="nr_Nota_904765_1200" id="nr_Nota_904765_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1620" id="ci_AlunoAvaliacao_904765_1620" value="99818526" type="hidden">
                <input name="nr_Nota_904765_1620" id="nr_Nota_904765_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1730" id="ci_AlunoAvaliacao_904765_1730" value="99259151" type="hidden">
                <input name="nr_Nota_904765_1730" id="nr_Nota_904765_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;935831&nbsp;JESSYCA KATIELLY ALMEIDA DE LIMA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="935831" type="hidden"></td>
            
            <td id="colunaNotaAluno_935831_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_154" id="ci_AlunoAvaliacao_935831_154" value="100114704" type="hidden">
                <input name="nr_Nota_935831_154" id="nr_Nota_935831_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_160" id="ci_AlunoAvaliacao_935831_160" value="99818250" type="hidden">
                <input name="nr_Nota_935831_160" id="nr_Nota_935831_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_530" id="ci_AlunoAvaliacao_935831_530" value="99662025" type="hidden">
                <input name="nr_Nota_935831_530" id="nr_Nota_935831_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_780" id="ci_AlunoAvaliacao_935831_780" value="99257329" type="hidden">
                <input name="nr_Nota_935831_780" id="nr_Nota_935831_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_800" id="ci_AlunoAvaliacao_935831_800" value="99934328" type="hidden">
                <input name="nr_Nota_935831_800" id="nr_Nota_935831_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_890" id="ci_AlunoAvaliacao_935831_890" value="99443927" type="hidden">
                <input name="nr_Nota_935831_890" id="nr_Nota_935831_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_970" id="ci_AlunoAvaliacao_935831_970" value="99258343" type="hidden">
                <input name="nr_Nota_935831_970" id="nr_Nota_935831_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_3330" id="ci_AlunoAvaliacao_935831_3330" value="99933998" type="hidden">
                <input name="nr_Nota_935831_3330" id="nr_Nota_935831_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1130" id="ci_AlunoAvaliacao_935831_1130" value="99444480" type="hidden">
                <input name="nr_Nota_935831_1130" id="nr_Nota_935831_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1140" id="ci_AlunoAvaliacao_935831_1140" value="100115815" type="hidden">
                <input name="nr_Nota_935831_1140" id="nr_Nota_935831_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1200" id="ci_AlunoAvaliacao_935831_1200" value="99817415" type="hidden">
                <input name="nr_Nota_935831_1200" id="nr_Nota_935831_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1620" id="ci_AlunoAvaliacao_935831_1620" value="99818527" type="hidden">
                <input name="nr_Nota_935831_1620" id="nr_Nota_935831_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1730" id="ci_AlunoAvaliacao_935831_1730" value="99259152" type="hidden">
                <input name="nr_Nota_935831_1730" id="nr_Nota_935831_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1688028&nbsp;JESSIKA LIMA DE MELO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1688028" type="hidden"></td>
            
            <td id="colunaNotaAluno_1688028_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_154" id="ci_AlunoAvaliacao_1688028_154" value="100114708" type="hidden">
                <input name="nr_Nota_1688028_154" id="nr_Nota_1688028_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_160" id="ci_AlunoAvaliacao_1688028_160" value="99818251" type="hidden">
                <input name="nr_Nota_1688028_160" id="nr_Nota_1688028_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_530" id="ci_AlunoAvaliacao_1688028_530" value="99662026" type="hidden">
                <input name="nr_Nota_1688028_530" id="nr_Nota_1688028_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_780" id="ci_AlunoAvaliacao_1688028_780" value="99257330" type="hidden">
                <input name="nr_Nota_1688028_780" id="nr_Nota_1688028_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_800" id="ci_AlunoAvaliacao_1688028_800" value="99934329" type="hidden">
                <input name="nr_Nota_1688028_800" id="nr_Nota_1688028_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_890" id="ci_AlunoAvaliacao_1688028_890" value="99443928" type="hidden">
                <input name="nr_Nota_1688028_890" id="nr_Nota_1688028_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_970" id="ci_AlunoAvaliacao_1688028_970" value="99258344" type="hidden">
                <input name="nr_Nota_1688028_970" id="nr_Nota_1688028_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_3330" id="ci_AlunoAvaliacao_1688028_3330" value="99933999" type="hidden">
                <input name="nr_Nota_1688028_3330" id="nr_Nota_1688028_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1130" id="ci_AlunoAvaliacao_1688028_1130" value="99444481" type="hidden">
                <input name="nr_Nota_1688028_1130" id="nr_Nota_1688028_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1140" id="ci_AlunoAvaliacao_1688028_1140" value="100115816" type="hidden">
                <input name="nr_Nota_1688028_1140" id="nr_Nota_1688028_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1200" id="ci_AlunoAvaliacao_1688028_1200" value="99817416" type="hidden">
                <input name="nr_Nota_1688028_1200" id="nr_Nota_1688028_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1620" id="ci_AlunoAvaliacao_1688028_1620" value="99818528" type="hidden">
                <input name="nr_Nota_1688028_1620" id="nr_Nota_1688028_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1730" id="ci_AlunoAvaliacao_1688028_1730" value="99259153" type="hidden">
                <input name="nr_Nota_1688028_1730" id="nr_Nota_1688028_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196121&nbsp;JOHN ANDERSON DE LIMA TEOFILO
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1196121" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196121_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_154" id="ci_AlunoAvaliacao_1196121_154" value="100114710" type="hidden">
                <input name="nr_Nota_1196121_154" id="nr_Nota_1196121_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_160" id="ci_AlunoAvaliacao_1196121_160" value="99818252" type="hidden">
                <input name="nr_Nota_1196121_160" id="nr_Nota_1196121_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_530" id="ci_AlunoAvaliacao_1196121_530" value="99662027" type="hidden">
                <input name="nr_Nota_1196121_530" id="nr_Nota_1196121_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_780" id="ci_AlunoAvaliacao_1196121_780" value="99257331" type="hidden">
                <input name="nr_Nota_1196121_780" id="nr_Nota_1196121_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_800" id="ci_AlunoAvaliacao_1196121_800" value="99934330" type="hidden">
                <input name="nr_Nota_1196121_800" id="nr_Nota_1196121_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_890" id="ci_AlunoAvaliacao_1196121_890" value="99443929" type="hidden">
                <input name="nr_Nota_1196121_890" id="nr_Nota_1196121_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_970" id="ci_AlunoAvaliacao_1196121_970" value="99258345" type="hidden">
                <input name="nr_Nota_1196121_970" id="nr_Nota_1196121_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_3330" id="ci_AlunoAvaliacao_1196121_3330" value="99934000" type="hidden">
                <input name="nr_Nota_1196121_3330" id="nr_Nota_1196121_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1130" id="ci_AlunoAvaliacao_1196121_1130" value="99444482" type="hidden">
                <input name="nr_Nota_1196121_1130" id="nr_Nota_1196121_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1140" id="ci_AlunoAvaliacao_1196121_1140" value="100115817" type="hidden">
                <input name="nr_Nota_1196121_1140" id="nr_Nota_1196121_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1200" id="ci_AlunoAvaliacao_1196121_1200" value="99817417" type="hidden">
                <input name="nr_Nota_1196121_1200" id="nr_Nota_1196121_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1620" id="ci_AlunoAvaliacao_1196121_1620" value="99818529" type="hidden">
                <input name="nr_Nota_1196121_1620" id="nr_Nota_1196121_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1730" id="ci_AlunoAvaliacao_1196121_1730" value="99259154" type="hidden">
                <input name="nr_Nota_1196121_1730" id="nr_Nota_1196121_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1767800&nbsp;JONATHAN NATANALL CLARINDO DO NASCIMENTO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1767800" type="hidden"></td>
            
            <td id="colunaNotaAluno_1767800_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_154" id="ci_AlunoAvaliacao_1767800_154" value="100114711" type="hidden">
                <input name="nr_Nota_1767800_154" id="nr_Nota_1767800_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_160" id="ci_AlunoAvaliacao_1767800_160" value="99818253" type="hidden">
                <input name="nr_Nota_1767800_160" id="nr_Nota_1767800_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_530" id="ci_AlunoAvaliacao_1767800_530" value="99662028" type="hidden">
                <input name="nr_Nota_1767800_530" id="nr_Nota_1767800_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_780" id="ci_AlunoAvaliacao_1767800_780" value="99257332" type="hidden">
                <input name="nr_Nota_1767800_780" id="nr_Nota_1767800_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_800" id="ci_AlunoAvaliacao_1767800_800" value="99934331" type="hidden">
                <input name="nr_Nota_1767800_800" id="nr_Nota_1767800_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_890" id="ci_AlunoAvaliacao_1767800_890" value="99443930" type="hidden">
                <input name="nr_Nota_1767800_890" id="nr_Nota_1767800_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_970" id="ci_AlunoAvaliacao_1767800_970" value="99258346" type="hidden">
                <input name="nr_Nota_1767800_970" id="nr_Nota_1767800_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_3330" id="ci_AlunoAvaliacao_1767800_3330" value="99934001" type="hidden">
                <input name="nr_Nota_1767800_3330" id="nr_Nota_1767800_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1130" id="ci_AlunoAvaliacao_1767800_1130" value="99444483" type="hidden">
                <input name="nr_Nota_1767800_1130" id="nr_Nota_1767800_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1140" id="ci_AlunoAvaliacao_1767800_1140" value="100115818" type="hidden">
                <input name="nr_Nota_1767800_1140" id="nr_Nota_1767800_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1200" id="ci_AlunoAvaliacao_1767800_1200" value="99817418" type="hidden">
                <input name="nr_Nota_1767800_1200" id="nr_Nota_1767800_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1620" id="ci_AlunoAvaliacao_1767800_1620" value="99818530" type="hidden">
                <input name="nr_Nota_1767800_1620" id="nr_Nota_1767800_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1730" id="ci_AlunoAvaliacao_1767800_1730" value="99259155" type="hidden">
                <input name="nr_Nota_1767800_1730" id="nr_Nota_1767800_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1449018&nbsp;LAYANA PAULA OLIVEIRA NASCIMENTO
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1449018" type="hidden"></td>
            
            <td id="colunaNotaAluno_1449018_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_154" id="ci_AlunoAvaliacao_1449018_154" value="99454614" type="hidden">
                <input name="nr_Nota_1449018_154" id="nr_Nota_1449018_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_160" id="ci_AlunoAvaliacao_1449018_160" value="99454615" type="hidden">
                <input name="nr_Nota_1449018_160" id="nr_Nota_1449018_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_530" id="ci_AlunoAvaliacao_1449018_530" value="99454616" type="hidden">
                <input name="nr_Nota_1449018_530" id="nr_Nota_1449018_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_780" id="ci_AlunoAvaliacao_1449018_780" value="99257333" type="hidden">
                <input name="nr_Nota_1449018_780" id="nr_Nota_1449018_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_800" id="ci_AlunoAvaliacao_1449018_800" value="99454617" type="hidden">
                <input name="nr_Nota_1449018_800" id="nr_Nota_1449018_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_890" id="ci_AlunoAvaliacao_1449018_890" value="99443931" type="hidden">
                <input name="nr_Nota_1449018_890" id="nr_Nota_1449018_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_970" id="ci_AlunoAvaliacao_1449018_970" value="99258347" type="hidden">
                <input name="nr_Nota_1449018_970" id="nr_Nota_1449018_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_3330" id="ci_AlunoAvaliacao_1449018_3330" value="99454619" type="hidden">
                <input name="nr_Nota_1449018_3330" id="nr_Nota_1449018_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1130" id="ci_AlunoAvaliacao_1449018_1130" value="99444484" type="hidden">
                <input name="nr_Nota_1449018_1130" id="nr_Nota_1449018_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1140" id="ci_AlunoAvaliacao_1449018_1140" value="99454621" type="hidden">
                <input name="nr_Nota_1449018_1140" id="nr_Nota_1449018_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1200" id="ci_AlunoAvaliacao_1449018_1200" value="99314503" type="hidden">
                <input name="nr_Nota_1449018_1200" id="nr_Nota_1449018_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1620" id="ci_AlunoAvaliacao_1449018_1620" value="99454622" type="hidden">
                <input name="nr_Nota_1449018_1620" id="nr_Nota_1449018_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1730" id="ci_AlunoAvaliacao_1449018_1730" value="99259156" type="hidden">
                <input name="nr_Nota_1449018_1730" id="nr_Nota_1449018_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;697517&nbsp;LEANDRO MONTEIRO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="697517" type="hidden"></td>
            
            <td id="colunaNotaAluno_697517_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_154" id="ci_AlunoAvaliacao_697517_154" value="100114712" type="hidden">
                <input name="nr_Nota_697517_154" id="nr_Nota_697517_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_160" id="ci_AlunoAvaliacao_697517_160" value="99818254" type="hidden">
                <input name="nr_Nota_697517_160" id="nr_Nota_697517_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_530" id="ci_AlunoAvaliacao_697517_530" value="99662029" type="hidden">
                <input name="nr_Nota_697517_530" id="nr_Nota_697517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_780" id="ci_AlunoAvaliacao_697517_780" value="99257334" type="hidden">
                <input name="nr_Nota_697517_780" id="nr_Nota_697517_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_800" id="ci_AlunoAvaliacao_697517_800" value="99934332" type="hidden">
                <input name="nr_Nota_697517_800" id="nr_Nota_697517_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_890" id="ci_AlunoAvaliacao_697517_890" value="99443932" type="hidden">
                <input name="nr_Nota_697517_890" id="nr_Nota_697517_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_970" id="ci_AlunoAvaliacao_697517_970" value="99258348" type="hidden">
                <input name="nr_Nota_697517_970" id="nr_Nota_697517_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_3330" id="ci_AlunoAvaliacao_697517_3330" value="99934002" type="hidden">
                <input name="nr_Nota_697517_3330" id="nr_Nota_697517_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1130" id="ci_AlunoAvaliacao_697517_1130" value="99444485" type="hidden">
                <input name="nr_Nota_697517_1130" id="nr_Nota_697517_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1140" id="ci_AlunoAvaliacao_697517_1140" value="100115819" type="hidden">
                <input name="nr_Nota_697517_1140" id="nr_Nota_697517_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1200" id="ci_AlunoAvaliacao_697517_1200" value="99817419" type="hidden">
                <input name="nr_Nota_697517_1200" id="nr_Nota_697517_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1620" id="ci_AlunoAvaliacao_697517_1620" value="99818531" type="hidden">
                <input name="nr_Nota_697517_1620" id="nr_Nota_697517_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1730" id="ci_AlunoAvaliacao_697517_1730" value="99259157" type="hidden">
                <input name="nr_Nota_697517_1730" id="nr_Nota_697517_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1460730&nbsp;LIVIAN SILVA DE CARVALHO
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1460730" type="hidden"></td>
            
            <td id="colunaNotaAluno_1460730_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_154" id="ci_AlunoAvaliacao_1460730_154" value="" type="hidden">
                <input name="nr_Nota_1460730_154" id="nr_Nota_1460730_154" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_160" id="ci_AlunoAvaliacao_1460730_160" value="99818269" type="hidden">
                <input name="nr_Nota_1460730_160" id="nr_Nota_1460730_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_530" id="ci_AlunoAvaliacao_1460730_530" value="99662044" type="hidden">
                <input name="nr_Nota_1460730_530" id="nr_Nota_1460730_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_780" id="ci_AlunoAvaliacao_1460730_780" value="99257349" type="hidden">
                <input name="nr_Nota_1460730_780" id="nr_Nota_1460730_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_800" id="ci_AlunoAvaliacao_1460730_800" value="99934347" type="hidden">
                <input name="nr_Nota_1460730_800" id="nr_Nota_1460730_800" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_890" id="ci_AlunoAvaliacao_1460730_890" value="99443947" type="hidden">
                <input name="nr_Nota_1460730_890" id="nr_Nota_1460730_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_970" id="ci_AlunoAvaliacao_1460730_970" value="99258363" type="hidden">
                <input name="nr_Nota_1460730_970" id="nr_Nota_1460730_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_3330" id="ci_AlunoAvaliacao_1460730_3330" value="99934017" type="hidden">
                <input name="nr_Nota_1460730_3330" id="nr_Nota_1460730_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1130" id="ci_AlunoAvaliacao_1460730_1130" value="99444500" type="hidden">
                <input name="nr_Nota_1460730_1130" id="nr_Nota_1460730_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1140" id="ci_AlunoAvaliacao_1460730_1140" value="" type="hidden">
                <input name="nr_Nota_1460730_1140" id="nr_Nota_1460730_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1200" id="ci_AlunoAvaliacao_1460730_1200" value="99817434" type="hidden">
                <input name="nr_Nota_1460730_1200" id="nr_Nota_1460730_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1620" id="ci_AlunoAvaliacao_1460730_1620" value="99818546" type="hidden">
                <input name="nr_Nota_1460730_1620" id="nr_Nota_1460730_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1730" id="ci_AlunoAvaliacao_1460730_1730" value="99259172" type="hidden">
                <input name="nr_Nota_1460730_1730" id="nr_Nota_1460730_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198021&nbsp;LUCAS CAVALCANTE DE OLIVEIRA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1198021" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198021_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_154" id="ci_AlunoAvaliacao_1198021_154" value="100114713" type="hidden">
                <input name="nr_Nota_1198021_154" id="nr_Nota_1198021_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_160" id="ci_AlunoAvaliacao_1198021_160" value="99818255" type="hidden">
                <input name="nr_Nota_1198021_160" id="nr_Nota_1198021_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_530" id="ci_AlunoAvaliacao_1198021_530" value="99662030" type="hidden">
                <input name="nr_Nota_1198021_530" id="nr_Nota_1198021_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_780" id="ci_AlunoAvaliacao_1198021_780" value="99257335" type="hidden">
                <input name="nr_Nota_1198021_780" id="nr_Nota_1198021_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_800" id="ci_AlunoAvaliacao_1198021_800" value="99934333" type="hidden">
                <input name="nr_Nota_1198021_800" id="nr_Nota_1198021_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_890" id="ci_AlunoAvaliacao_1198021_890" value="99443933" type="hidden">
                <input name="nr_Nota_1198021_890" id="nr_Nota_1198021_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_970" id="ci_AlunoAvaliacao_1198021_970" value="99258349" type="hidden">
                <input name="nr_Nota_1198021_970" id="nr_Nota_1198021_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_3330" id="ci_AlunoAvaliacao_1198021_3330" value="99934003" type="hidden">
                <input name="nr_Nota_1198021_3330" id="nr_Nota_1198021_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1130" id="ci_AlunoAvaliacao_1198021_1130" value="99444486" type="hidden">
                <input name="nr_Nota_1198021_1130" id="nr_Nota_1198021_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1140" id="ci_AlunoAvaliacao_1198021_1140" value="100115820" type="hidden">
                <input name="nr_Nota_1198021_1140" id="nr_Nota_1198021_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1200" id="ci_AlunoAvaliacao_1198021_1200" value="99817420" type="hidden">
                <input name="nr_Nota_1198021_1200" id="nr_Nota_1198021_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1620" id="ci_AlunoAvaliacao_1198021_1620" value="99818532" type="hidden">
                <input name="nr_Nota_1198021_1620" id="nr_Nota_1198021_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1730" id="ci_AlunoAvaliacao_1198021_1730" value="99259158" type="hidden">
                <input name="nr_Nota_1198021_1730" id="nr_Nota_1198021_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;914867&nbsp;LUIZ FELIPE SOUSA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="914867" type="hidden"></td>
            
            <td id="colunaNotaAluno_914867_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_154" id="ci_AlunoAvaliacao_914867_154" value="100114714" type="hidden">
                <input name="nr_Nota_914867_154" id="nr_Nota_914867_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_160" id="ci_AlunoAvaliacao_914867_160" value="99818256" type="hidden">
                <input name="nr_Nota_914867_160" id="nr_Nota_914867_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_530" id="ci_AlunoAvaliacao_914867_530" value="99662031" type="hidden">
                <input name="nr_Nota_914867_530" id="nr_Nota_914867_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_780" id="ci_AlunoAvaliacao_914867_780" value="99257336" type="hidden">
                <input name="nr_Nota_914867_780" id="nr_Nota_914867_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_800" id="ci_AlunoAvaliacao_914867_800" value="99934334" type="hidden">
                <input name="nr_Nota_914867_800" id="nr_Nota_914867_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_890" id="ci_AlunoAvaliacao_914867_890" value="99443934" type="hidden">
                <input name="nr_Nota_914867_890" id="nr_Nota_914867_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_970" id="ci_AlunoAvaliacao_914867_970" value="99258350" type="hidden">
                <input name="nr_Nota_914867_970" id="nr_Nota_914867_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_3330" id="ci_AlunoAvaliacao_914867_3330" value="99934004" type="hidden">
                <input name="nr_Nota_914867_3330" id="nr_Nota_914867_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1130" id="ci_AlunoAvaliacao_914867_1130" value="99444487" type="hidden">
                <input name="nr_Nota_914867_1130" id="nr_Nota_914867_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1140" id="ci_AlunoAvaliacao_914867_1140" value="100115821" type="hidden">
                <input name="nr_Nota_914867_1140" id="nr_Nota_914867_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1200" id="ci_AlunoAvaliacao_914867_1200" value="99817421" type="hidden">
                <input name="nr_Nota_914867_1200" id="nr_Nota_914867_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1620" id="ci_AlunoAvaliacao_914867_1620" value="99818533" type="hidden">
                <input name="nr_Nota_914867_1620" id="nr_Nota_914867_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1730" id="ci_AlunoAvaliacao_914867_1730" value="99259159" type="hidden">
                <input name="nr_Nota_914867_1730" id="nr_Nota_914867_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;302270&nbsp;MARIA JULIANA DUARTE
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="302270" type="hidden"></td>
            
            <td id="colunaNotaAluno_302270_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_154" id="ci_AlunoAvaliacao_302270_154" value="100114715" type="hidden">
                <input name="nr_Nota_302270_154" id="nr_Nota_302270_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_160" id="ci_AlunoAvaliacao_302270_160" value="99818257" type="hidden">
                <input name="nr_Nota_302270_160" id="nr_Nota_302270_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_530" id="ci_AlunoAvaliacao_302270_530" value="99662032" type="hidden">
                <input name="nr_Nota_302270_530" id="nr_Nota_302270_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_780" id="ci_AlunoAvaliacao_302270_780" value="99257337" type="hidden">
                <input name="nr_Nota_302270_780" id="nr_Nota_302270_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_800" id="ci_AlunoAvaliacao_302270_800" value="99934335" type="hidden">
                <input name="nr_Nota_302270_800" id="nr_Nota_302270_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_890" id="ci_AlunoAvaliacao_302270_890" value="99443935" type="hidden">
                <input name="nr_Nota_302270_890" id="nr_Nota_302270_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_970" id="ci_AlunoAvaliacao_302270_970" value="99258351" type="hidden">
                <input name="nr_Nota_302270_970" id="nr_Nota_302270_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_3330" id="ci_AlunoAvaliacao_302270_3330" value="99934005" type="hidden">
                <input name="nr_Nota_302270_3330" id="nr_Nota_302270_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1130" id="ci_AlunoAvaliacao_302270_1130" value="99444488" type="hidden">
                <input name="nr_Nota_302270_1130" id="nr_Nota_302270_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1140" id="ci_AlunoAvaliacao_302270_1140" value="100115822" type="hidden">
                <input name="nr_Nota_302270_1140" id="nr_Nota_302270_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1200" id="ci_AlunoAvaliacao_302270_1200" value="99817422" type="hidden">
                <input name="nr_Nota_302270_1200" id="nr_Nota_302270_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1620" id="ci_AlunoAvaliacao_302270_1620" value="99818534" type="hidden">
                <input name="nr_Nota_302270_1620" id="nr_Nota_302270_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1730" id="ci_AlunoAvaliacao_302270_1730" value="99259160" type="hidden">
                <input name="nr_Nota_302270_1730" id="nr_Nota_302270_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;897980&nbsp;MICHAEL JONNIE LIMA SILVA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="897980" type="hidden"></td>
            
            <td id="colunaNotaAluno_897980_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_154" id="ci_AlunoAvaliacao_897980_154" value="100114716" type="hidden">
                <input name="nr_Nota_897980_154" id="nr_Nota_897980_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_160" id="ci_AlunoAvaliacao_897980_160" value="99818258" type="hidden">
                <input name="nr_Nota_897980_160" id="nr_Nota_897980_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_530" id="ci_AlunoAvaliacao_897980_530" value="99662033" type="hidden">
                <input name="nr_Nota_897980_530" id="nr_Nota_897980_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_780" id="ci_AlunoAvaliacao_897980_780" value="99257338" type="hidden">
                <input name="nr_Nota_897980_780" id="nr_Nota_897980_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_800" id="ci_AlunoAvaliacao_897980_800" value="99934336" type="hidden">
                <input name="nr_Nota_897980_800" id="nr_Nota_897980_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_890" id="ci_AlunoAvaliacao_897980_890" value="99443936" type="hidden">
                <input name="nr_Nota_897980_890" id="nr_Nota_897980_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_970" id="ci_AlunoAvaliacao_897980_970" value="99258352" type="hidden">
                <input name="nr_Nota_897980_970" id="nr_Nota_897980_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_3330" id="ci_AlunoAvaliacao_897980_3330" value="99934006" type="hidden">
                <input name="nr_Nota_897980_3330" id="nr_Nota_897980_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1130" id="ci_AlunoAvaliacao_897980_1130" value="99444489" type="hidden">
                <input name="nr_Nota_897980_1130" id="nr_Nota_897980_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1140" id="ci_AlunoAvaliacao_897980_1140" value="100115823" type="hidden">
                <input name="nr_Nota_897980_1140" id="nr_Nota_897980_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1200" id="ci_AlunoAvaliacao_897980_1200" value="99817423" type="hidden">
                <input name="nr_Nota_897980_1200" id="nr_Nota_897980_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1620" id="ci_AlunoAvaliacao_897980_1620" value="99818535" type="hidden">
                <input name="nr_Nota_897980_1620" id="nr_Nota_897980_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1730" id="ci_AlunoAvaliacao_897980_1730" value="99259161" type="hidden">
                <input name="nr_Nota_897980_1730" id="nr_Nota_897980_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;170421&nbsp;MARCIO FRANKLIN DE MORAIS
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="170421" type="hidden"></td>
            
            <td id="colunaNotaAluno_170421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_154" id="ci_AlunoAvaliacao_170421_154" value="100114717" type="hidden">
                <input name="nr_Nota_170421_154" id="nr_Nota_170421_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_160" id="ci_AlunoAvaliacao_170421_160" value="99818259" type="hidden">
                <input name="nr_Nota_170421_160" id="nr_Nota_170421_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_530" id="ci_AlunoAvaliacao_170421_530" value="99662034" type="hidden">
                <input name="nr_Nota_170421_530" id="nr_Nota_170421_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_780" id="ci_AlunoAvaliacao_170421_780" value="99257339" type="hidden">
                <input name="nr_Nota_170421_780" id="nr_Nota_170421_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_800" id="ci_AlunoAvaliacao_170421_800" value="99934337" type="hidden">
                <input name="nr_Nota_170421_800" id="nr_Nota_170421_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_890" id="ci_AlunoAvaliacao_170421_890" value="99443937" type="hidden">
                <input name="nr_Nota_170421_890" id="nr_Nota_170421_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_970" id="ci_AlunoAvaliacao_170421_970" value="99258353" type="hidden">
                <input name="nr_Nota_170421_970" id="nr_Nota_170421_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_3330" id="ci_AlunoAvaliacao_170421_3330" value="99934007" type="hidden">
                <input name="nr_Nota_170421_3330" id="nr_Nota_170421_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1130" id="ci_AlunoAvaliacao_170421_1130" value="99444490" type="hidden">
                <input name="nr_Nota_170421_1130" id="nr_Nota_170421_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1140" id="ci_AlunoAvaliacao_170421_1140" value="100115824" type="hidden">
                <input name="nr_Nota_170421_1140" id="nr_Nota_170421_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1200" id="ci_AlunoAvaliacao_170421_1200" value="99817424" type="hidden">
                <input name="nr_Nota_170421_1200" id="nr_Nota_170421_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1620" id="ci_AlunoAvaliacao_170421_1620" value="99818536" type="hidden">
                <input name="nr_Nota_170421_1620" id="nr_Nota_170421_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1730" id="ci_AlunoAvaliacao_170421_1730" value="99259162" type="hidden">
                <input name="nr_Nota_170421_1730" id="nr_Nota_170421_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;961361&nbsp;NADIA DA SILVA LOURENCO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="961361" type="hidden"></td>
            
            <td id="colunaNotaAluno_961361_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_154" id="ci_AlunoAvaliacao_961361_154" value="100114718" type="hidden">
                <input name="nr_Nota_961361_154" id="nr_Nota_961361_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_160" id="ci_AlunoAvaliacao_961361_160" value="99818260" type="hidden">
                <input name="nr_Nota_961361_160" id="nr_Nota_961361_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_530" id="ci_AlunoAvaliacao_961361_530" value="99662035" type="hidden">
                <input name="nr_Nota_961361_530" id="nr_Nota_961361_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_780" id="ci_AlunoAvaliacao_961361_780" value="99257340" type="hidden">
                <input name="nr_Nota_961361_780" id="nr_Nota_961361_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_800" id="ci_AlunoAvaliacao_961361_800" value="99934338" type="hidden">
                <input name="nr_Nota_961361_800" id="nr_Nota_961361_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_890" id="ci_AlunoAvaliacao_961361_890" value="99443938" type="hidden">
                <input name="nr_Nota_961361_890" id="nr_Nota_961361_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_970" id="ci_AlunoAvaliacao_961361_970" value="99258354" type="hidden">
                <input name="nr_Nota_961361_970" id="nr_Nota_961361_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_3330" id="ci_AlunoAvaliacao_961361_3330" value="99934008" type="hidden">
                <input name="nr_Nota_961361_3330" id="nr_Nota_961361_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1130" id="ci_AlunoAvaliacao_961361_1130" value="99444491" type="hidden">
                <input name="nr_Nota_961361_1130" id="nr_Nota_961361_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1140" id="ci_AlunoAvaliacao_961361_1140" value="100115825" type="hidden">
                <input name="nr_Nota_961361_1140" id="nr_Nota_961361_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1200" id="ci_AlunoAvaliacao_961361_1200" value="99817425" type="hidden">
                <input name="nr_Nota_961361_1200" id="nr_Nota_961361_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1620" id="ci_AlunoAvaliacao_961361_1620" value="99818537" type="hidden">
                <input name="nr_Nota_961361_1620" id="nr_Nota_961361_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1730" id="ci_AlunoAvaliacao_961361_1730" value="99259163" type="hidden">
                <input name="nr_Nota_961361_1730" id="nr_Nota_961361_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1479080&nbsp;PEDRO HENRIQUE NOBRE NORONHA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1479080" type="hidden"></td>
            
            <td id="colunaNotaAluno_1479080_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_154" id="ci_AlunoAvaliacao_1479080_154" value="100114719" type="hidden">
                <input name="nr_Nota_1479080_154" id="nr_Nota_1479080_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_160" id="ci_AlunoAvaliacao_1479080_160" value="99818261" type="hidden">
                <input name="nr_Nota_1479080_160" id="nr_Nota_1479080_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_530" id="ci_AlunoAvaliacao_1479080_530" value="99662036" type="hidden">
                <input name="nr_Nota_1479080_530" id="nr_Nota_1479080_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_780" id="ci_AlunoAvaliacao_1479080_780" value="99257341" type="hidden">
                <input name="nr_Nota_1479080_780" id="nr_Nota_1479080_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_800" id="ci_AlunoAvaliacao_1479080_800" value="99934339" type="hidden">
                <input name="nr_Nota_1479080_800" id="nr_Nota_1479080_800" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_890" id="ci_AlunoAvaliacao_1479080_890" value="99443939" type="hidden">
                <input name="nr_Nota_1479080_890" id="nr_Nota_1479080_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_970" id="ci_AlunoAvaliacao_1479080_970" value="99258355" type="hidden">
                <input name="nr_Nota_1479080_970" id="nr_Nota_1479080_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_3330" id="ci_AlunoAvaliacao_1479080_3330" value="99934009" type="hidden">
                <input name="nr_Nota_1479080_3330" id="nr_Nota_1479080_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1130" id="ci_AlunoAvaliacao_1479080_1130" value="99444492" type="hidden">
                <input name="nr_Nota_1479080_1130" id="nr_Nota_1479080_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1140" id="ci_AlunoAvaliacao_1479080_1140" value="100115826" type="hidden">
                <input name="nr_Nota_1479080_1140" id="nr_Nota_1479080_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1200" id="ci_AlunoAvaliacao_1479080_1200" value="99817426" type="hidden">
                <input name="nr_Nota_1479080_1200" id="nr_Nota_1479080_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1620" id="ci_AlunoAvaliacao_1479080_1620" value="99818538" type="hidden">
                <input name="nr_Nota_1479080_1620" id="nr_Nota_1479080_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1730" id="ci_AlunoAvaliacao_1479080_1730" value="99259164" type="hidden">
                <input name="nr_Nota_1479080_1730" id="nr_Nota_1479080_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;823125&nbsp;RAILTON DE ARAUJO VIDAL
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="823125" type="hidden"></td>
            
            <td id="colunaNotaAluno_823125_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_154" id="ci_AlunoAvaliacao_823125_154" value="100114720" type="hidden">
                <input name="nr_Nota_823125_154" id="nr_Nota_823125_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_160" id="ci_AlunoAvaliacao_823125_160" value="99818262" type="hidden">
                <input name="nr_Nota_823125_160" id="nr_Nota_823125_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_530" id="ci_AlunoAvaliacao_823125_530" value="99662037" type="hidden">
                <input name="nr_Nota_823125_530" id="nr_Nota_823125_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_780" id="ci_AlunoAvaliacao_823125_780" value="99257342" type="hidden">
                <input name="nr_Nota_823125_780" id="nr_Nota_823125_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_800" id="ci_AlunoAvaliacao_823125_800" value="99934340" type="hidden">
                <input name="nr_Nota_823125_800" id="nr_Nota_823125_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_890" id="ci_AlunoAvaliacao_823125_890" value="99443940" type="hidden">
                <input name="nr_Nota_823125_890" id="nr_Nota_823125_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_970" id="ci_AlunoAvaliacao_823125_970" value="99258356" type="hidden">
                <input name="nr_Nota_823125_970" id="nr_Nota_823125_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_3330" id="ci_AlunoAvaliacao_823125_3330" value="99934010" type="hidden">
                <input name="nr_Nota_823125_3330" id="nr_Nota_823125_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1130" id="ci_AlunoAvaliacao_823125_1130" value="99444493" type="hidden">
                <input name="nr_Nota_823125_1130" id="nr_Nota_823125_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1140" id="ci_AlunoAvaliacao_823125_1140" value="100115827" type="hidden">
                <input name="nr_Nota_823125_1140" id="nr_Nota_823125_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1200" id="ci_AlunoAvaliacao_823125_1200" value="99817427" type="hidden">
                <input name="nr_Nota_823125_1200" id="nr_Nota_823125_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1620" id="ci_AlunoAvaliacao_823125_1620" value="99818539" type="hidden">
                <input name="nr_Nota_823125_1620" id="nr_Nota_823125_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1730" id="ci_AlunoAvaliacao_823125_1730" value="99259165" type="hidden">
                <input name="nr_Nota_823125_1730" id="nr_Nota_823125_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1231525&nbsp;RANNA KERCIA MELO DE ARAUJO LIMA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1231525" type="hidden"></td>
            
            <td id="colunaNotaAluno_1231525_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_154" id="ci_AlunoAvaliacao_1231525_154" value="100114721" type="hidden">
                <input name="nr_Nota_1231525_154" id="nr_Nota_1231525_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_160" id="ci_AlunoAvaliacao_1231525_160" value="99818263" type="hidden">
                <input name="nr_Nota_1231525_160" id="nr_Nota_1231525_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_530" id="ci_AlunoAvaliacao_1231525_530" value="99662038" type="hidden">
                <input name="nr_Nota_1231525_530" id="nr_Nota_1231525_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_780" id="ci_AlunoAvaliacao_1231525_780" value="99257343" type="hidden">
                <input name="nr_Nota_1231525_780" id="nr_Nota_1231525_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_800" id="ci_AlunoAvaliacao_1231525_800" value="99934341" type="hidden">
                <input name="nr_Nota_1231525_800" id="nr_Nota_1231525_800" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_890" id="ci_AlunoAvaliacao_1231525_890" value="99443941" type="hidden">
                <input name="nr_Nota_1231525_890" id="nr_Nota_1231525_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_970" id="ci_AlunoAvaliacao_1231525_970" value="99258357" type="hidden">
                <input name="nr_Nota_1231525_970" id="nr_Nota_1231525_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_3330" id="ci_AlunoAvaliacao_1231525_3330" value="99934011" type="hidden">
                <input name="nr_Nota_1231525_3330" id="nr_Nota_1231525_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1130" id="ci_AlunoAvaliacao_1231525_1130" value="99444494" type="hidden">
                <input name="nr_Nota_1231525_1130" id="nr_Nota_1231525_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1140" id="ci_AlunoAvaliacao_1231525_1140" value="100115828" type="hidden">
                <input name="nr_Nota_1231525_1140" id="nr_Nota_1231525_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1200" id="ci_AlunoAvaliacao_1231525_1200" value="99817428" type="hidden">
                <input name="nr_Nota_1231525_1200" id="nr_Nota_1231525_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1620" id="ci_AlunoAvaliacao_1231525_1620" value="99818540" type="hidden">
                <input name="nr_Nota_1231525_1620" id="nr_Nota_1231525_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1730" id="ci_AlunoAvaliacao_1231525_1730" value="99259166" type="hidden">
                <input name="nr_Nota_1231525_1730" id="nr_Nota_1231525_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;484590&nbsp;SULYANE DE ALMEIDA CAVALCANTE
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="484590" type="hidden"></td>
            
            <td id="colunaNotaAluno_484590_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_154" id="ci_AlunoAvaliacao_484590_154" value="100114722" type="hidden">
                <input name="nr_Nota_484590_154" id="nr_Nota_484590_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_160" id="ci_AlunoAvaliacao_484590_160" value="99818264" type="hidden">
                <input name="nr_Nota_484590_160" id="nr_Nota_484590_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_530" id="ci_AlunoAvaliacao_484590_530" value="99662039" type="hidden">
                <input name="nr_Nota_484590_530" id="nr_Nota_484590_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_780" id="ci_AlunoAvaliacao_484590_780" value="99257344" type="hidden">
                <input name="nr_Nota_484590_780" id="nr_Nota_484590_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_800" id="ci_AlunoAvaliacao_484590_800" value="99934342" type="hidden">
                <input name="nr_Nota_484590_800" id="nr_Nota_484590_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_890" id="ci_AlunoAvaliacao_484590_890" value="99443942" type="hidden">
                <input name="nr_Nota_484590_890" id="nr_Nota_484590_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_970" id="ci_AlunoAvaliacao_484590_970" value="99258358" type="hidden">
                <input name="nr_Nota_484590_970" id="nr_Nota_484590_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_3330" id="ci_AlunoAvaliacao_484590_3330" value="99934012" type="hidden">
                <input name="nr_Nota_484590_3330" id="nr_Nota_484590_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1130" id="ci_AlunoAvaliacao_484590_1130" value="99444495" type="hidden">
                <input name="nr_Nota_484590_1130" id="nr_Nota_484590_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1140" id="ci_AlunoAvaliacao_484590_1140" value="100115829" type="hidden">
                <input name="nr_Nota_484590_1140" id="nr_Nota_484590_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1200" id="ci_AlunoAvaliacao_484590_1200" value="99817429" type="hidden">
                <input name="nr_Nota_484590_1200" id="nr_Nota_484590_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1620" id="ci_AlunoAvaliacao_484590_1620" value="99818541" type="hidden">
                <input name="nr_Nota_484590_1620" id="nr_Nota_484590_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1730" id="ci_AlunoAvaliacao_484590_1730" value="99259167" type="hidden">
                <input name="nr_Nota_484590_1730" id="nr_Nota_484590_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;60766&nbsp;VALDILANIA VIEIRA RODRIGUES
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="60766" type="hidden"></td>
            
            <td id="colunaNotaAluno_60766_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_154" id="ci_AlunoAvaliacao_60766_154" value="100114723" type="hidden">
                <input name="nr_Nota_60766_154" id="nr_Nota_60766_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_160" id="ci_AlunoAvaliacao_60766_160" value="99818265" type="hidden">
                <input name="nr_Nota_60766_160" id="nr_Nota_60766_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_530" id="ci_AlunoAvaliacao_60766_530" value="99662040" type="hidden">
                <input name="nr_Nota_60766_530" id="nr_Nota_60766_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_780" id="ci_AlunoAvaliacao_60766_780" value="99257345" type="hidden">
                <input name="nr_Nota_60766_780" id="nr_Nota_60766_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_800" id="ci_AlunoAvaliacao_60766_800" value="99934343" type="hidden">
                <input name="nr_Nota_60766_800" id="nr_Nota_60766_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_890" id="ci_AlunoAvaliacao_60766_890" value="99443943" type="hidden">
                <input name="nr_Nota_60766_890" id="nr_Nota_60766_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_970" id="ci_AlunoAvaliacao_60766_970" value="99258359" type="hidden">
                <input name="nr_Nota_60766_970" id="nr_Nota_60766_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_3330" id="ci_AlunoAvaliacao_60766_3330" value="99934013" type="hidden">
                <input name="nr_Nota_60766_3330" id="nr_Nota_60766_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1130" id="ci_AlunoAvaliacao_60766_1130" value="99444496" type="hidden">
                <input name="nr_Nota_60766_1130" id="nr_Nota_60766_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1140" id="ci_AlunoAvaliacao_60766_1140" value="100115830" type="hidden">
                <input name="nr_Nota_60766_1140" id="nr_Nota_60766_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1200" id="ci_AlunoAvaliacao_60766_1200" value="99817430" type="hidden">
                <input name="nr_Nota_60766_1200" id="nr_Nota_60766_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1620" id="ci_AlunoAvaliacao_60766_1620" value="99818542" type="hidden">
                <input name="nr_Nota_60766_1620" id="nr_Nota_60766_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1730" id="ci_AlunoAvaliacao_60766_1730" value="99259168" type="hidden">
                <input name="nr_Nota_60766_1730" id="nr_Nota_60766_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1189959&nbsp;VINICIUS MATHEUS DE SOUA FERREIRA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1189959" type="hidden"></td>
            
            <td id="colunaNotaAluno_1189959_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_154" id="ci_AlunoAvaliacao_1189959_154" value="100114724" type="hidden">
                <input name="nr_Nota_1189959_154" id="nr_Nota_1189959_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_160" id="ci_AlunoAvaliacao_1189959_160" value="99818266" type="hidden">
                <input name="nr_Nota_1189959_160" id="nr_Nota_1189959_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_530" id="ci_AlunoAvaliacao_1189959_530" value="99662041" type="hidden">
                <input name="nr_Nota_1189959_530" id="nr_Nota_1189959_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_780" id="ci_AlunoAvaliacao_1189959_780" value="99257346" type="hidden">
                <input name="nr_Nota_1189959_780" id="nr_Nota_1189959_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_800" id="ci_AlunoAvaliacao_1189959_800" value="99934344" type="hidden">
                <input name="nr_Nota_1189959_800" id="nr_Nota_1189959_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_890" id="ci_AlunoAvaliacao_1189959_890" value="99443944" type="hidden">
                <input name="nr_Nota_1189959_890" id="nr_Nota_1189959_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_970" id="ci_AlunoAvaliacao_1189959_970" value="99258360" type="hidden">
                <input name="nr_Nota_1189959_970" id="nr_Nota_1189959_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_3330" id="ci_AlunoAvaliacao_1189959_3330" value="99934014" type="hidden">
                <input name="nr_Nota_1189959_3330" id="nr_Nota_1189959_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1130" id="ci_AlunoAvaliacao_1189959_1130" value="99444497" type="hidden">
                <input name="nr_Nota_1189959_1130" id="nr_Nota_1189959_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1140" id="ci_AlunoAvaliacao_1189959_1140" value="100115831" type="hidden">
                <input name="nr_Nota_1189959_1140" id="nr_Nota_1189959_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1200" id="ci_AlunoAvaliacao_1189959_1200" value="99817431" type="hidden">
                <input name="nr_Nota_1189959_1200" id="nr_Nota_1189959_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1620" id="ci_AlunoAvaliacao_1189959_1620" value="99818543" type="hidden">
                <input name="nr_Nota_1189959_1620" id="nr_Nota_1189959_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1730" id="ci_AlunoAvaliacao_1189959_1730" value="99259169" type="hidden">
                <input name="nr_Nota_1189959_1730" id="nr_Nota_1189959_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;193747&nbsp;VIVIANE KEZIA ALVES DAMASCENO
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="193747" type="hidden"></td>
            
            <td id="colunaNotaAluno_193747_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_154" id="ci_AlunoAvaliacao_193747_154" value="100114725" type="hidden">
                <input name="nr_Nota_193747_154" id="nr_Nota_193747_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_160" id="ci_AlunoAvaliacao_193747_160" value="99818267" type="hidden">
                <input name="nr_Nota_193747_160" id="nr_Nota_193747_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_530" id="ci_AlunoAvaliacao_193747_530" value="99662042" type="hidden">
                <input name="nr_Nota_193747_530" id="nr_Nota_193747_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_780" id="ci_AlunoAvaliacao_193747_780" value="99257347" type="hidden">
                <input name="nr_Nota_193747_780" id="nr_Nota_193747_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_800" id="ci_AlunoAvaliacao_193747_800" value="99934345" type="hidden">
                <input name="nr_Nota_193747_800" id="nr_Nota_193747_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_890" id="ci_AlunoAvaliacao_193747_890" value="99443945" type="hidden">
                <input name="nr_Nota_193747_890" id="nr_Nota_193747_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_970" id="ci_AlunoAvaliacao_193747_970" value="99258361" type="hidden">
                <input name="nr_Nota_193747_970" id="nr_Nota_193747_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_3330" id="ci_AlunoAvaliacao_193747_3330" value="99934015" type="hidden">
                <input name="nr_Nota_193747_3330" id="nr_Nota_193747_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1130" id="ci_AlunoAvaliacao_193747_1130" value="99444498" type="hidden">
                <input name="nr_Nota_193747_1130" id="nr_Nota_193747_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1140" id="ci_AlunoAvaliacao_193747_1140" value="100115832" type="hidden">
                <input name="nr_Nota_193747_1140" id="nr_Nota_193747_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1200" id="ci_AlunoAvaliacao_193747_1200" value="99817432" type="hidden">
                <input name="nr_Nota_193747_1200" id="nr_Nota_193747_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1620" id="ci_AlunoAvaliacao_193747_1620" value="99818544" type="hidden">
                <input name="nr_Nota_193747_1620" id="nr_Nota_193747_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1730" id="ci_AlunoAvaliacao_193747_1730" value="99259170" type="hidden">
                <input name="nr_Nota_193747_1730" id="nr_Nota_193747_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202092&nbsp;WERBSON YURI SILVA LUZ
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1202092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_154" id="ci_AlunoAvaliacao_1202092_154" value="100114726" type="hidden">
                <input name="nr_Nota_1202092_154" id="nr_Nota_1202092_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_160" id="ci_AlunoAvaliacao_1202092_160" value="99818268" type="hidden">
                <input name="nr_Nota_1202092_160" id="nr_Nota_1202092_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_530" id="ci_AlunoAvaliacao_1202092_530" value="99662043" type="hidden">
                <input name="nr_Nota_1202092_530" id="nr_Nota_1202092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_780" id="ci_AlunoAvaliacao_1202092_780" value="99257348" type="hidden">
                <input name="nr_Nota_1202092_780" id="nr_Nota_1202092_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_800" id="ci_AlunoAvaliacao_1202092_800" value="99934346" type="hidden">
                <input name="nr_Nota_1202092_800" id="nr_Nota_1202092_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_890" id="ci_AlunoAvaliacao_1202092_890" value="99443946" type="hidden">
                <input name="nr_Nota_1202092_890" id="nr_Nota_1202092_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_970" id="ci_AlunoAvaliacao_1202092_970" value="99258362" type="hidden">
                <input name="nr_Nota_1202092_970" id="nr_Nota_1202092_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_3330" id="ci_AlunoAvaliacao_1202092_3330" value="99934016" type="hidden">
                <input name="nr_Nota_1202092_3330" id="nr_Nota_1202092_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1130" id="ci_AlunoAvaliacao_1202092_1130" value="99444499" type="hidden">
                <input name="nr_Nota_1202092_1130" id="nr_Nota_1202092_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1140" id="ci_AlunoAvaliacao_1202092_1140" value="100115833" type="hidden">
                <input name="nr_Nota_1202092_1140" id="nr_Nota_1202092_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1200" id="ci_AlunoAvaliacao_1202092_1200" value="99817433" type="hidden">
                <input name="nr_Nota_1202092_1200" id="nr_Nota_1202092_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1620" id="ci_AlunoAvaliacao_1202092_1620" value="99818545" type="hidden">
                <input name="nr_Nota_1202092_1620" id="nr_Nota_1202092_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1730" id="ci_AlunoAvaliacao_1202092_1730" value="99259171" type="hidden">
                <input name="nr_Nota_1202092_1730" id="nr_Nota_1202092_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;461708&nbsp;WESLEY EVARISTO MENEZES PAZ
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="461708" type="hidden"></td>
            
            <td id="colunaNotaAluno_461708_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_154" id="ci_AlunoAvaliacao_461708_154" value="100114727" type="hidden">
                <input name="nr_Nota_461708_154" id="nr_Nota_461708_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_160" id="ci_AlunoAvaliacao_461708_160" value="99818270" type="hidden">
                <input name="nr_Nota_461708_160" id="nr_Nota_461708_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_530" id="ci_AlunoAvaliacao_461708_530" value="99662045" type="hidden">
                <input name="nr_Nota_461708_530" id="nr_Nota_461708_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_780" id="ci_AlunoAvaliacao_461708_780" value="99257350" type="hidden">
                <input name="nr_Nota_461708_780" id="nr_Nota_461708_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_800" id="ci_AlunoAvaliacao_461708_800" value="99934348" type="hidden">
                <input name="nr_Nota_461708_800" id="nr_Nota_461708_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_890" id="ci_AlunoAvaliacao_461708_890" value="99443948" type="hidden">
                <input name="nr_Nota_461708_890" id="nr_Nota_461708_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_970" id="ci_AlunoAvaliacao_461708_970" value="99258364" type="hidden">
                <input name="nr_Nota_461708_970" id="nr_Nota_461708_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_3330" id="ci_AlunoAvaliacao_461708_3330" value="99934018" type="hidden">
                <input name="nr_Nota_461708_3330" id="nr_Nota_461708_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1130" id="ci_AlunoAvaliacao_461708_1130" value="99444501" type="hidden">
                <input name="nr_Nota_461708_1130" id="nr_Nota_461708_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1140" id="ci_AlunoAvaliacao_461708_1140" value="100115834" type="hidden">
                <input name="nr_Nota_461708_1140" id="nr_Nota_461708_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1200" id="ci_AlunoAvaliacao_461708_1200" value="99817435" type="hidden">
                <input name="nr_Nota_461708_1200" id="nr_Nota_461708_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1620" id="ci_AlunoAvaliacao_461708_1620" value="99818547" type="hidden">
                <input name="nr_Nota_461708_1620" id="nr_Nota_461708_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1730" id="ci_AlunoAvaliacao_461708_1730" value="99259173" type="hidden">
                <input name="nr_Nota_461708_1730" id="nr_Nota_461708_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 353px; left: 868px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">BRUNA DEODATO DA SILVA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>